Bump to 0.7.0
authorAlex Crichton <alex@alexcrichton.com>
Fri, 30 Oct 2015 18:25:30 +0000 (11:25 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 30 Oct 2015 18:25:30 +0000 (11:25 -0700)
Cargo.lock
Cargo.toml
Makefile.in

index 69fd99c141871ba56a223f06c24381a89fa3c8ab..d0e49fbfd1e292d21124a28f58fe9052acbddfdc 100644 (file)
@@ -1,6 +1,6 @@
 [root]
 name = "cargo"
-version = "0.6.0"
+version = "0.7.0"
 dependencies = [
  "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
index 7422dbad88d9ce3e316d37a197ef36810b5c0e2f..4cc934c5c7499c4c010e6abf0dce72cafaaae2cc 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.6.0"
+version = "0.7.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
index 74d74965f9ab40d15371b5053726769fd1f1eea3..bd7f915e63fa04605deff4dd83fea04f5bbee031 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.6.0
+CFG_RELEASE_NUM=0.7.0
 CFG_RELEASE_LABEL=
 
 include config.mk